home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / Recent1 / AmIRCAskHost.readme < prev    next >
Text File  |  1997-03-20  |  1KB  |  59 lines

  1. Short:    ARexx AskHost script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.04
  5. Type:     comm/tcp
  6. Requires: AmiTCP askhost or equivalant
  7. Replaces: comm/tcp/AmIRCAskHost.lha
  8.  
  9. Installation:
  10. --------------
  11. Copy askhost.amirx to amirc/rexx directory
  12.  
  13. Install an alias in AmIRC by selecting setup menu
  14. then lists.  Under Alias tab, select add new alias.
  15.  
  16. Then in edit window type the alias you would like
  17. to use.
  18.  
  19. i.e. askhost = /rx askhost %p
  20.  
  21. Usage:
  22. --------------
  23. Using above example, you would type
  24.  
  25. /askhost someplace.cool.net
  26.  
  27. or
  28.  
  29. /askhost 199.232.253.130
  30.  
  31. or
  32.  
  33. /askhost newlook
  34.  
  35. or
  36.  
  37. /askhost blahnick show newlook
  38.  
  39. and you will be shown the results.
  40.  
  41. Version 1.01
  42. --------------
  43. Corrected problem with SAY function
  44.  
  45. Version 1.02
  46. --------------
  47. This version now supports passing of a user nick,
  48. an IP address or a IP name, as well as showing
  49. the output to another user.
  50.  
  51. Version 1.03
  52. --------------
  53. Corrected Typo in my name.
  54. Prettied up the presentation of information.
  55.  
  56. Version 1.04
  57. --------------
  58. Cleaned up the code
  59.